libostree: Move pull code into here
authorColin Walters <walters@verbum.org>
Wed, 10 Jul 2013 00:14:53 +0000 (20:14 -0400)
committerColin Walters <walters@verbum.org>
Wed, 10 Jul 2013 00:14:53 +0000 (20:14 -0400)
commit2535f32c563bd77fc0970ef1deef9d1da49f70a3
tree6caa1c2d80f0a064b303f74b7245dac7e6292742
parent5dd0d5da40b7f2c2172f9d63d0da4d20b0fe9ec1
libostree: Move pull code into here

More library work.
12 files changed:
Makefile-libostree.am
Makefile-ostree.am
src/libostree/ostree-fetcher.c [new file with mode: 0644]
src/libostree/ostree-fetcher.h [new file with mode: 0644]
src/libostree/ostree-repo-pull.c [new file with mode: 0644]
src/libostree/ostree-repo.h
src/ostree/ostree-fetcher.c [deleted file]
src/ostree/ostree-fetcher.h [deleted file]
src/ostree/ostree-pull.c [deleted file]
src/ostree/ostree-pull.h [deleted file]
src/ostree/ot-admin-builtin-upgrade.c
src/ostree/ot-builtin-pull.c